@font-face {
  font-family: iconfont;
  src: url(https://at.alicdn.com/t/font_1867770_5pzef3csvso.eot);
  src: url(https://at.alicdn.com/t/font_1867770_5pzef3csvso.eot?#iefix)
      format("embedded-opentype"),
    url(https://at.alicdn.com/t/font_1867770_5pzef3csvso.woff2) format("woff2"),
    url(https://at.alicdn.com/t/font_1867770_5pzef3csvso.woff) format("woff"),
    url(https://at.alicdn.com/t/font_1867770_5pzef3csvso.ttf) format("truetype"),
    url(https://at.alicdn.com/t/font_1867770_5pzef3csvso.svg#iconfont)
      format("svg");
}
.sv-target video {
  background-color: #000;
  /* background-color: #000;
  object-fit: fill; 
   cursor: pointer; */
}
.sv-font {
  font-family: iconfont;
}
.sv-pic-pic {
  color: #fff;
  font-size: 20px;
  margin-right: 6px;
}
.sv-play {
  color: #fff;
  font-size: 20px;
}
.sv-fontBtn {
  color: #fff;
  font-size: 20px;
}
.sv-next {
  color: #fff;
  font-size: 20px;
}
.sv-fullScreen {
  color: #fff;
  font-size: 20px;
}
.sv-cancelFull {
  color: #fff;
  font-size: 20px;
}
.sv-target {
  position: relative;
  width: 541px;height: 263px;
  overflow: hidden;
}
.sv-control {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.sv-play-container {
  height: 100%;
  display: flex;
  flex-direction: row;
  padding-right: 10px;
}
.sv-control-r {
  height: 100%;
  display: flex;
  flex-direction: row;
  padding-left: 10px;
  padding-right: 10px;
}
.sv-play-container button.sv-playBtn {
  background: 0 0;
  border: none;
  cursor: pointer;
  padding: 0 10px;
  outline: none;
  color: inherit;
  text-align: inherit;
  font: inherit;
  line-height: inherit;
  margin-left: 10px;
}
.sv-control-r .showMute {
  background: 0 0;
  border: none;
  cursor: pointer;
  padding: 0 10px;
  outline: none;
  color: inherit;
  text-align: inherit;
  font: inherit;
  line-height: inherit;
  position: relative;
}
.showMute span:nth-child(1) {
  display: block;
  /* padding: 10px 0; */
  display: block;
  padding: 8.5px 0;
  font-size: 22px;
}
.sv-time {
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 12px;
}
.sv-time-split {
  padding: 0 4px;
}
.sv-mutePanel {
  position: absolute;
  top: -120px;
  left: 0;
  width: 20px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  padding: 16px 6px;
  border-radius: 4px;
}
.sv-mute-num {
  width: 100%;
  height: 20px;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin-bottom: 4px;
}
.sv-mute-slider {
  flex: 1;
  width: 3px;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
.sv-mute-sliderRange {
  width: 100%;
  background-color: #00a1d6;
}
.sv-control-r button.sv-mute-button {
  position: absolute;
  top: 0;
  left: -4.5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  z-index: 10;
  background-color: #00a1d6;
  border: 0;
  cursor: pointer;
  outline: none;
}
.sv-progressBar {
  position: absolute;
  bottom: 40px;
  /*left: 2%;*/
  width: 100%;
  height: 2px;
  background-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 4px;
  cursor: pointer;
}
.sv-cacheProgress {
  width: 0%;
  height: 100%;
  background-color: #7a7878;
  border-radius: 4px;
}
.sv-progressNum {
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  background-color: #00a1d6;
}
.sv-progressBtn {
  position: absolute;
  left: 0%;
  top: -7px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: rgba(0, 161, 214, 0.5);
  cursor: pointer;
}
.sv-progressBtn > div {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #00a1d6;
  margin-top: 2.6px;
  margin-left: 2.8px;
}
.hide {
  display: none !important;
}
.sv-full-screen {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 9999999 !important;
}
.sv-container-loading {
  width: 40vw;
  height: 40vw;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  display: none;
}
.sv-common {
  height: 5vw;
  max-height: 100%;
  overflow: auto;
  width: 2vw;
  margin: auto;
  max-width: 100%;
  position: absolute;
  border-radius: 0 10vw 0 10vw;
  box-shadow: inset 0 0 0 0.1vw #e645d0, 0 0 1.5vw 0 #e645d0;
}
.sv-one {
  transform: rotate(45deg);
  left: 0;
  right: 0;
  top: 0;
  bottom: 7.5vw;
}
.sv-two {
  transform: rotate(90deg);
  left: 5.5vw;
  right: 0;
  top: 0;
  bottom: 5.5vw;
}
.sv-three {
  transform: rotate(135deg);
  left: 7.5vw;
  right: 0;
  top: 0;
  bottom: 0;
}
.sv-four {
  transform: rotate(180deg);
  left: 5.5vw;
  right: 0;
  top: 5.5vw;
  bottom: 0;
}
.sv-five {
  transform: rotate(225deg);
  left: 0;
  right: 0;
  top: 7.5vw;
  bottom: 0;
}
.sv-six {
  transform: rotate(270deg);
  left: 0;
  right: 5.5vw;
  top: 5.5vw;
  bottom: 0;
}
.sv-seven {
  transform: rotate(315deg);
  left: 0;
  right: 7.5vw;
  top: 0;
  bottom: 0;
}
.sv-eight {
  transform: rotate(360deg);
  left: 0;
  right: 5.5vw;
  top: 0;
  bottom: 5.5vw;
}
.sv-one {
  animation: one 1s ease infinite;
  -moz-animation: one 1s ease infinite;
  -webkit-animation: one 1s ease infinite;
  -o-animation: one 1s ease infinite;
}
@keyframes one {
  0%,
  100% {
  }
  50% {
    box-shadow: inset 0 0 0 0.1vw #17e1e6, 0 0 1.5vw 0 #17e1e6;
  }
}
.sv-two {
  animation: two 1s 0.125s ease infinite;
  -moz-animation: two 1s 0.125s ease infinite;
  -webkit-animation: two 1s 0.125s ease infinite;
  -o-animation: two 1s 0.125s ease infinite;
}
@keyframes two {
  0%,
  100% {
  }
  50% {
    box-shadow: inset 0 0 0 0.1vw #17e1e6, 0 0 1.5vw 0 #17e1e6;
  }
}
.sv-three {
  animation: three 1s 0.25s ease infinite;
  -moz-animation: three 1s 0.25s ease infinite;
  -webkit-animation: three 1s 0.25s ease infinite;
  -o-animation: three 1s 0.25s ease infinite;
}
@keyframes three {
  0%,
  100% {
  }
  50% {
    /*background: ;*/
    box-shadow: inset 0 0 0 0.1vw #17e1e6, 0 0 1.5vw 0 #17e1e6;
  }
}
.sv-four {
  animation: four 1s 0.375s ease infinite;
  -moz-animation: four 1s 0.375s ease infinite;
  -webkit-animation: four 1s 0.375s ease infinite;
  -o-animation: four 1s 0.375s ease infinite;
}
@keyframes four {
  0%,
  100% {
  }
  50% {
    /*background: ;*/
    box-shadow: inset 0 0 0 0.1vw #17e1e6, 0 0 1.5vw 0 #17e1e6;
  }
}
.sv-five {
  animation: five 1s 0.5s ease infinite;
  -moz-animation: five 1s 0.5s ease infinite;
  -webkit-animation: five 1s 0.5s ease infinite;
  -o-animation: five 1s 0.5s ease infinite;
}
@keyframes five {
  0%,
  100% {
  }
  50% {
    box-shadow: inset 0 0 0 0.1vw #17e1e6, 0 0 1.5vw 0 #17e1e6;
  }
}
.sv-six {
  animation: six 1s 0.625s ease infinite;
  -moz-animation: six 1s 0.625s ease infinite;
  -webkit-animation: six 1s 0.625s ease infinite;
  -o-animation: six 1s 0.625s ease infinite;
}
@keyframes six {
  0%,
  100% {
  }
  50% {
    box-shadow: inset 0 0 0 0.1vw #17e1e6, 0 0 1.5vw 0 #17e1e6;
  }
}
.sv-seven {
  animation: seven 1s 0.75s ease infinite;
  -moz-animation: seven 1s 0.75s ease infinite;
  -webkit-animation: seven 1s 0.75s ease infinite;
  -o-animation: seven 1s 0.75s ease infinite;
}
@keyframes seven {
  0%,
  100% {
  }
  50% {
    box-shadow: inset 0 0 0 0.1vw #17e1e6, 0 0 1.5vw 0 #17e1e6;
  }
}
.sv-eight {
  animation: eight 1s 0.875s ease infinite;
  -moz-animation: eight 1s 0.875s ease infinite;
  -webkit-animation: eight 1s 0.875s ease infinite;
  -o-animation: eight 1s 0.875s ease infinite;
}
@keyframes eight {
  0%,
  100% {
  }
  50% {
    box-shadow: inset 0 0 0 0.1vw #17e1e6, 0 0 1.5vw 0 #17e1e6;
  }
}
.sv-container-loading {
  animation: container 5s linear infinite;
  -moz-animation: container 5s linear infinite;
  -webkit-animation: container 5s linear infinite;
  -o-animation: container 5s linear infinite;
}
@keyframes container {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.sv-brrage {
  position: absolute;
  padding: 4px;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  width: auto;
  word-wrap: break-word;
  max-width: 500px;
  min-width: 100px;
}
.sv-brrage-center {
  text-shadow: #000 1px 0 1px, #000 0 1px 1px, #000 0 -1px 1px, #000 -1px 0 1px;
}
.sv-picinpic {
  position: absolute;
  z-index: 22;
  position: absolute;
  top: 20px;
  right: 20px;
  white-space: nowrap;
  height: 36px;
  padding: 0 12px;
  overflow: visible;
  border-radius: 2px;
  border-radius: 18px;
  background: #2b2b2b;
  background: rgba(43, 43, 43, 0.8);
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  /* display: none; */
}
.sv-picinpic:hover {
  background: linear-gradient(90deg, #4ca9c7 0, #03bbf7) !important;
}
.sv-svgPause {
  position: absolute;
  left:50%;
  top: 50%;
  cursor: pointer;
  width: 70px;
  height: 70px;
  margin-left: -35px;
  margin-top: -35px;
  background: url('../images/icon_video.png') no-repeat;
  background-size: 100% 100%;
}
/* .sv-svgPause {
  position: absolute;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background: url(../images/icon_video.png) no-repeat;
  background-size: 100% 100%;
  right: 15px;
  bottom: 45px;
} */
.sv-el-control-style {
  padding-right: 10px;
  padding-left: 10px;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.sv-nextBtn {
  background: 0 0;
  border: none;
  cursor: pointer;
  outline: none;
  text-align: inherit;
}
.sv-speedBtn {
  background: 0 0;
  border: none;
  cursor: pointer;
  outline: none;
  text-align: inherit;
  position: relative;
}
.sv-speedBtn span:nth-child(1) {
  display: block;
  padding: 20px 0;
}
.sv-speedBtn .sv-speed-btn {
  position: absolute;
  bottom: 54px;
  left: -10px;
  padding: 10px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.8);
}
.sv-speedBtn .sv-speed-btn ul {
  padding: 0;
  margin: 0;
}
.sv-speedBtn .sv-speed-btn ul li {
  list-style: none;
  font-size: 12px;
  line-height: 20px;
  cursor: pointer;
}
.sv-speedBtn .sv-speed-btn ul li:hover {
  color: #00a1d6;
}
.sv-active {
  color: #00a1d6 !important;
}
.sv-control-c {
  height: 100%;
}
.sv-barrage {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  position: relative;
}
.sv-barrage-a {
  height: 26px;
}
.sv-barrage-input {
  height: 17px;
  outline: none;
  padding: 6px 30px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  border-right: 1px solid #00a1d6;
  background: 0 0;
  font-size: 12px;
  color: #fff;
}
.sv-barrage-button {
  height: 31px;
  background-color: #00a1d6;
  color: #fff;
  width: 60px;
  min-width: 60px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  border-left: 1px solid #00a1d6;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  outline: none;
  vertical-align: middle;
}
.sv-barrage-button:hover {
  background-color: #03bbf7;
  border-left: 1px solid #03bbf7;
}
.sv-barrage-font {
  position: absolute;
  left: 6px;
  top: 16px;
  cursor: pointer;
}
.sv-apanel {
  position: absolute;
  bottom: 54px;
  left: -10px;
  padding: 10px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.8);
  width: 200px;
  height: 100px;
  display: flex;
  flex-direction: column;
  color: #fff;
  z-index: 99999;
}
.sv-apanel-item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.sv-apanel-item span {
  font-size: 12px;
}
.sv-apanel-item ul {
  margin: 0;
  padding: 0;
  margin-top: 8px;
}
.sv-apanel-item ul li {
  list-style: none;
  background-color: #fff;
  display: block;
  width: 20px;
  height: 20px;
  margin: 4px;
  float: left;
  cursor: pointer;
}
.activeColor {
  box-sizing: border-box;
  border: 2px solid #ffff;
}
